home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / java-common / README.gcj-native-transition < prev   
Encoding:
Text File  |  2010-06-30  |  1.2 KB  |  31 lines

  1. default-jdk-builddep transition
  2. ===============================
  3.  
  4. default-jdk-builddep was a package to provide helpers to compile
  5. class/jar files into native code, unfortunately its poorly chosen
  6. name lead to people thinking it was the "Right Thing" to
  7. Build-Depend on when maintaining a Java Package. This
  8. misunderstanding even got into the templates for AMs for reviewing
  9. New Maintainers (The T&SII follow up).
  10.  
  11. These helper tools requires a special Java Development Kit and
  12. therefore on many architectures default-jdk-builddep would pull two
  13. full JDK.
  14.  
  15. In order to end this confusion once and for all the Debian Java team
  16. decided to rename default-jdk-builddep to gcj-native-helper and
  17. reduce it to only pull the special JDK needed for native compilation.
  18.  
  19. The replacement for default-jdk-builddep falls into one of two cases.
  20. If you create "gcj" packages (which contains jar files compiled into
  21. native shared libraries), default-jdk-builddep should be replaced by
  22. default-jdk AND gcj-native-helper. Otherwise you should replace it by
  23. default-jdk.
  24.  
  25. If you are interested in the debate to do this rename, please have a
  26. look at:
  27.   * http://lists.debian.org/debian-java/2010/04/msg00070.html
  28.  
  29.  -- Niels Thykier <niels@thykier.net>  Wed, 30 Jun 2010 22:55:00 +0200
  30.  
  31.